home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 92 / CDMM92_1.ISO / SOF 2 SDK / sof2sdk-101.msi / _92D6AC311BB48EBA344BBABC89DA6AB0 / _9BABCE2D7F5D4D7C90DE3CF15B45AF49 < prev    next >
Encoding:
Text File  |  2002-06-05  |  534 b   |  18 lines

  1. // Copyright (C) 2001-2002 Raven Software
  2. //
  3.  
  4. /*****************************************************************************
  5.  * name:        be_ai_gen.h
  6.  *
  7.  * desc:        genetic selection
  8.  *
  9.  * $Archive: /source/code/botlib/be_ai_gen.h $
  10.  * $Author: Mrelusive $ 
  11.  * $Revision: 2 $
  12.  * $Modtime: 10/05/99 3:32p $
  13.  * $Date: 10/05/99 3:42p $
  14.  *
  15.  *****************************************************************************/
  16.  
  17. int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
  18.